projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ad0e7
)
Removed unused getDB method.
author
emellor@ewan
<emellor@ewan>
Sat, 17 Sep 2005 09:46:55 +0000
(10:46 +0100)
committer
emellor@ewan
<emellor@ewan>
Sat, 17 Sep 2005 09:46:55 +0000
(10:46 +0100)
Signed-off-by: Ewan Mellor<ewan@xensource.com>
tools/python/xen/xend/xenstore/xsobj.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/xenstore/xsobj.py
b/tools/python/xen/xend/xenstore/xsobj.py
index 9e58534c39e7ae5f5b1243c4ba916bc55f1373f8..9564e4837bf0fb319ab88e2c42a4fb100642faa7 100644
(file)
--- a/
tools/python/xen/xend/xenstore/xsobj.py
+++ b/
tools/python/xen/xend/xenstore/xsobj.py
@@
-469,9
+469,6
@@
class DBMap(dict):
n = n._addChild(x)
return n
- def getDB(self):
- return self.__db__
-
def setDB(self, db):
if (db is not None) and not isinstance(db, XenNode):
raise ValueError("invalid db")